use seperate file for group
[libt2n] / example-codegen / server.cpp
index 1931ab8..4c96d97 100644 (file)
@@ -1,15 +1,11 @@
 #include <socket_server.hxx>
 #include <command_server.hxx>
 
-#include "server.hxx"
+#include "default_server.hxx"
+#include "other_server.hxx"
 
 using namespace libt2n;
 
-bool t3(const Foo &foo)
-{
-    return (foo.i==foo.j);
-}
-
 
 int main(int argc, char** argv) {
   socket_server ss("./socket");