linklayerprotocols/pppnif/te_ppp/te_pppcomp/src/dummyPppFsm.cpp
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
equal deleted inserted replaced
57:abbed5a4b42a 58:8d540f55e491
    66 
    66 
    67 //
    67 //
    68 // Upcall from Timer
    68 // Upcall from Timer
    69 //
    69 //
    70 
    70 
    71 EXPORT_C
       
    72 void MPppFsm::TimerComplete(TInt /*aStatus*/)
    71 void MPppFsm::TimerComplete(TInt /*aStatus*/)
    73 	{
    72 	{
    74 	}
    73 	}
    75 
    74 
    76 //
    75 //
    77 // Upcalls from Recvr
    76 // Upcalls from Recvr
    78 //
    77 //
    79 
    78 
    80 EXPORT_C
       
    81 void MPppFsm::LowerLayerUp()
    79 void MPppFsm::LowerLayerUp()
    82 	{
    80 	{
    83 	}
    81 	}
    84 
    82 
    85 EXPORT_C
    83 
    86 void MPppFsm::LowerLayerDown(TInt )
    84 void MPppFsm::LowerLayerDown(TInt )
    87 	{
    85 	{
    88 	}
    86 	}
    89 
    87 
    90 EXPORT_C
       
    91 void MPppFsm::FrameError()
    88 void MPppFsm::FrameError()
    92 	{
    89 	{
    93 	}
    90 	}
    94 
    91 
    95 EXPORT_C
       
    96 void MPppFsm::KillProtocol()
    92 void MPppFsm::KillProtocol()
    97 	{
    93 	{
    98 	//
    94 	//
    99 	// This came to light as a result of the CCP work
    95 	// This came to light as a result of the CCP work
   100 	// This happens is a protocol is told to shut down,
    96 	// This happens is a protocol is told to shut down,
   101 	// I'm not sure how to handle it?? Do we just Stop it???
    97 	// I'm not sure how to handle it?? Do we just Stop it???
   102 	//
    98 	//
   103 	}
    99 	}
   104 
   100 
   105 EXPORT_C
       
   106 TBool MPppFsm::RecvFrame(RMBufChain& )
   101 TBool MPppFsm::RecvFrame(RMBufChain& )
   107 	{
   102 	{
   108 	return EFalse;
   103 	return EFalse;
   109 	}
   104 	}
   110 	
   105