diff options
Diffstat (limited to 'ruby/src/IceRuby/Endpoint.cpp')
-rw-r--r-- | ruby/src/IceRuby/Endpoint.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ruby/src/IceRuby/Endpoint.cpp b/ruby/src/IceRuby/Endpoint.cpp index 83f5b56d67b..df3294ed85e 100644 --- a/ruby/src/IceRuby/Endpoint.cpp +++ b/ruby/src/IceRuby/Endpoint.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <Endpoint.h> #include <Util.h> @@ -22,9 +20,7 @@ static VALUE _wsEndpointInfoClass; static VALUE _opaqueEndpointInfoClass; static VALUE _sslEndpointInfoClass; -// ********************************************************************** // Endpoint -// ********************************************************************** extern "C" void @@ -112,9 +108,7 @@ IceRuby_Endpoint_equals(VALUE self, VALUE other) return IceRuby_Endpoint_cmp(self, other) == INT2NUM(0) ? Qtrue : Qfalse; } -// ********************************************************************** // EndpointInfo -// ********************************************************************** extern "C" void |