linklayerprotocols/tundriver/te_tundriver/Dummy3rdPartyApp/inc/Dummy3rdPartyApp.h
branchRCL_3
changeset 75 c1029e558ef5
parent 67 bb2423252ea3
child 76 27c54f8619d4
--- a/linklayerprotocols/tundriver/te_tundriver/Dummy3rdPartyApp/inc/Dummy3rdPartyApp.h	Wed Sep 15 13:53:10 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-/*
- ============================================================================
- Name		 : Dummy3rdPartyApp.h
- Author	     : Gurpreet Singh Nagi
- Copyright   : Your copyright notice
- Description : Exe header file
- ============================================================================
- */
-
-#ifndef __DUMMY3RDPARTYAPP_H__
-#define __DUMMY3RDPARTYAPP_H__
-
-//  Include Files
-
-#include <e32base.h>
-#include <es_sock.h>
-#include <commdbconnpref.h>
-#include <in_sock.h>
-
-//  Function Prototypes
-
-GLDEF_C TInt E32Main();
-
-//functions:
-
-class Dummy3rdPartyApp
-    {
-public:
-    Dummy3rdPartyApp::Dummy3rdPartyApp()
-        {
-
-        }
-
-    Dummy3rdPartyApp::~Dummy3rdPartyApp()
-        {
-
-        }
-    void InitConn();
-    void StartConn();
-    void ProcessData();
-    void CloseConn();
-
-    TRequestStatus iStatus;
-    TInetAddr iVirtAddr, iRealAddr;
-    RSocketServ iVirtSocketServ, iRealSocketServ, iHookSocketServ;
-    RSocket iVirtSocket, iRealSocket, iHookSocket;
-    RConnection iVirtConnection, iRealConnection;
-    TBuf8<2048> iSendBuf, iRecvBuf;
-
-    TCommDbConnPref iVirtCommDbPref, iRealCommDbPref;
-    };
-
-
-
-#endif  // __DUMMY3RDPARTYAPP_H__
-