add on-off switch module.
[senf.git] / PPI / CloneSource.hh
index eb79762..6dd8000 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -50,7 +50,7 @@ namespace module {
         SENF_PPI_MODULE(CloneSource);
     public:
 
-        connector::PassiveOutput output;
+        connector::PassiveOutput<> output;
 
         CloneSource(senf::Packet packet);
         void replacePacket(senf::Packet packet);