ServiceCancel::ServiceCancel ( long  sessionId,
string  reason 
)

Definition at line 10 of file ServiceCancel.cpp.

00010                                                           {
00011         ostringstream s;
00012         s << sessionId;
00013         string sessionIdStr = s.str();
00014         vector<string> v;
00015         v.push_back(sessionIdStr);
00016         v.push_back(reason);
00017         this->initialize(v, messageType);
00018 }


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