From: Bjoern Sikora Date: Fri, 24 Jul 2009 15:14:33 +0000 (+0200) Subject: Service class. X-Git-Tag: v1.1~279 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=895035bcf34b5e6273088c6abc89b8bf6c0ea33a;p=bpdyndnsd Service class. --- diff --git a/src/ods.cpp b/src/ods.cpp index 86b2dbd..44590c5 100644 --- a/src/ods.cpp +++ b/src/ods.cpp @@ -24,6 +24,8 @@ ODS::~ODS() void ODS::update(string) { + // Service protocol definition should start here + cout << "Running Update for Service ODS" << endl; cout << "Hostname: " << this->hostname << endl; cout << "Login: " << this->login << endl;