long ServiceCancel::getSessionId (  ) 

Definition at line 41 of file ServiceCancel.cpp.

00041                                  {
00042         istringstream s(getStringComponents().at(0));
00043         long sessionId;
00044         s >> sessionId;
00045         return sessionId;
00046 }


Generated on Wed Jun 25 14:47:13 2008 for keyvil by  doxygen 1.5.1