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