summaryrefslogtreecommitdiff
path: root/ruby/src/IceRuby/Connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/src/IceRuby/Connection.cpp')
-rw-r--r--ruby/src/IceRuby/Connection.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/ruby/src/IceRuby/Connection.cpp b/ruby/src/IceRuby/Connection.cpp
index 5357f1e7a35..f8e7179d09b 100644
--- a/ruby/src/IceRuby/Connection.cpp
+++ b/ruby/src/IceRuby/Connection.cpp
@@ -1,8 +1,6 @@
-// **********************************************************************
//
-// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
+// Copyright (c) ZeroC, Inc. All rights reserved.
//
-// **********************************************************************
#include <Connection.h>
#include <Endpoint.h>
@@ -23,9 +21,7 @@ static VALUE _udpConnectionInfoClass;
static VALUE _wsConnectionInfoClass;
static VALUE _sslConnectionInfoClass;
-// **********************************************************************
// Connection
-// **********************************************************************
extern "C"
void
@@ -330,9 +326,7 @@ IceRuby_Connection_equals(VALUE self, VALUE other)
return Qnil;
}
-// **********************************************************************
// ConnectionInfo
-// **********************************************************************
extern "C"
void