summaryrefslogtreecommitdiff
path: root/comm/Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'comm/Stream.h')
-rw-r--r--comm/Stream.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/comm/Stream.h b/comm/Stream.h
index 2ae76b7..e9f489f 100644
--- a/comm/Stream.h
+++ b/comm/Stream.h
@@ -1,19 +1,21 @@
/*
- * The Unix Channel
+ * Ivy League
*
- * by Michel Beaudouin-Lafon
+ * Streams
*
- * Copyright 1990-1993
+ * Copyright 1990-2000
* Laboratoire de Recherche en Informatique (LRI)
+ * Centre d'Etudes de la Navigation Aerienne (CENA)
*
- * Streams
+ * original code by Michel Beaudouin-Lafon,
+ * modified by Stephane Chatty and Stephane Sire
*
* $Id$
- * $CurLog$
+ *
*/
-#ifndef Stream_H_
-#define Stream_H_
+#ifndef IvlStream_H_
+#define IvlStream_H_
#include "cplus_bugs.h"
#include "Socket.h"
@@ -28,4 +30,4 @@ public:
int Listen (int = 5);
};
-#endif /* Stream_H_ */
+#endif /* IvlStream_H_ */