~ubuntu-branches/ubuntu/vivid/libsynthesis/vivid-201501071725

« back to all changes in this revision

Viewing changes to src/DB_interfaces/api_db/dbapi.h

  • Committer: Bazaar Package Importer
  • Author(s): David Bremner
  • Date: 2010-11-20 19:50:44 UTC
  • mfrom: (3.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20101120195044-8s6wxqb2d0nmqdv3
Tags: 3.4.0.6+ds5-2
* Upload to unstable.
* Add missing commit from upstream 3.4.0.6+ds5

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
    //! This function gets the stored information about the record with the four paramters:
366
366
    //! <sDevKey>, <sUsrKey> (taken from the session context)
367
367
    //! <aLocDB>,  <aRemDB>.
368
 
    TSyError LoadAdminData( cAppCharP aLocDB,
369
 
                            cAppCharP aRemDB, TDB_Api_Str &adminData );
 
368
    //! And the same for AsKey (will be activated with ADMIN_AS_KEY)
 
369
    TSyError LoadAdminData     ( cAppCharP aLocDB,
 
370
                                 cAppCharP aRemDB, TDB_Api_Str &adminData );
 
371
    TSyError LoadAdminDataAsKey( cAppCharP aLocDB,
 
372
                                 cAppCharP aRemDB,       KeyH   aItemKey  );
370
373
 
371
374
    //! This functions stores the new <adminData> for this context
372
 
    TSyError SaveAdminData( cAppCharP adminData );
 
375
    //! And the same for AsKey (will be activated with ADMIN_AS_KEY)
 
376
    TSyError SaveAdminData      ( cAppCharP adminData );
 
377
    TSyError SaveAdminData_AsKey( KeyH      aItemKey  );
373
378
 
374
379
 
375
380
    // --- Map table handling