Reducing header overuse, non-inlining selected methods (CPPOST-35).
[shibboleth/cpp-sp.git] / shibsp / remoting / impl / ListenerService.cpp
index f33b307..814db96 100644 (file)
@@ -48,6 +48,22 @@ void SHIBSP_API shibsp::registerListenerServices()
 #endif
 }
 
+Remoted::Remoted()
+{
+}
+
+Remoted::~Remoted()
+{
+}
+
+ListenerService::ListenerService()
+{
+}
+
+ListenerService::~ListenerService()
+{
+}
+
 Remoted* ListenerService::regListener(const char* address, Remoted* listener)
 {
     Remoted* ret=NULL;
@@ -96,3 +112,12 @@ void ListenerService::receive(DDF &in, ostream& out)
 
     dest->receive(in, out);
 }
+
+bool ListenerService::init(bool force)
+{
+    return true;
+}
+
+void ListenerService::term()
+{
+}