Make ImdSession into a Pimpl-ed class with factory function
[alexxy/gromacs.git] / src / gromacs / imd / imdsocket.cpp
index c5bb1d19eb6556b83782b607674f916357e81ab1..67e6abde81f6786b4b53e6b4b0bb50c0cba8517d 100644 (file)
@@ -84,6 +84,8 @@ typedef int socklen_t;
 
 #endif
 
+namespace gmx
+{
 
 /*! \internal
  *
@@ -437,3 +439,5 @@ int imdsock_tryread(IMDSocket *sock, int timeoutsec, int timeoutusec)
 
     return ret;
 }
+
+} // namespace gmx