connectivitylayer/isce/isinameservice_dll/inc/isinameservice.h
changeset 7 fa67e03b87df
parent 5 8ccc39f9d787
child 9 8486d82aef45
--- a/connectivitylayer/isce/isinameservice_dll/inc/isinameservice.h	Fri Jan 22 10:04:04 2010 +0200
+++ b/connectivitylayer/isce/isinameservice_dll/inc/isinameservice.h	Wed Feb 17 13:58:55 2010 +0200
@@ -28,7 +28,7 @@
 /*
 * ISI router.
 */
-NONSHARABLE_CLASS( DISINameService ) : public DBase, public MISIRouterObjectIf, MISICommunicationManagerIf
+NONSHARABLE_CLASS( DISINameService ) : public DBase, public MISIRouterObjectIf, public MISICommunicationManagerIf
     {
 
     public:
@@ -63,12 +63,17 @@
         */
         void BuildAndSendCommIsaEntityNotReachableResp( const TDesC8& aMsg );
 
+        static DISINameService* iThisptr;
+
+        static DMutex*      iNameServiceMutex;
+
+        DNameRecords*       iNameRecords;
+
     private:
 
         MISIObjectRouterIf* iRouter;
         TUint8              iObjId;
-        DNameRecords*       iNameRecords;
-        static DMutex*      iNameServiceMutex;
+        
 
     };