ncdengine/provider/server/inc/ncdnodeidentifier.h
branchCompilerCompatibility
changeset 21 de6723242771
parent 0 ba25891c3a9e
equal deleted inserted replaced
20:5ca630240480 21:de6723242771
   305      * @return a negative value if aObject1 < aObject2, 
   305      * @return a negative value if aObject1 < aObject2, 
   306      * 0 if aObject1 == aObject2 and a positive value if 
   306      * 0 if aObject1 == aObject2 and a positive value if 
   307      * aObject1 > aObject2
   307      * aObject1 > aObject2
   308      * @note Only node id, namespace and client UID are used for comparison
   308      * @note Only node id, namespace and client UID are used for comparison
   309      */
   309      */
   310     static TInt CNcdNodeIdentifier::CompareOrderByUid( 
   310     static TInt CompareOrderByUid( 
   311         const CNcdNodeIdentifier& aObject1,
   311         const CNcdNodeIdentifier& aObject1,
   312         const CNcdNodeIdentifier& aObject2 );
   312         const CNcdNodeIdentifier& aObject2 );
   313 
   313 
   314     #if defined (COMPONENT_CATALOGSSERVEREXE) && defined (LOG_MEMORY_USAGE)
   314     #if defined (COMPONENT_CATALOGSSERVEREXE) && defined (LOG_MEMORY_USAGE)
   315     
   315