diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-02-13 12:43:31 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-02-13 12:43:31 +0100 |
commit | f87fad32f0ffa74352886eac08dd5e01cfccf881 (patch) | |
tree | 0b0c1b163db8039625325f612812f92246dfd466 /cpp/src/IceUtil/MutexProtocol.cpp | |
parent | Fixed Ice for C# build issue (diff) | |
download | ice-f87fad32f0ffa74352886eac08dd5e01cfccf881.tar.bz2 ice-f87fad32f0ffa74352886eac08dd5e01cfccf881.tar.xz ice-f87fad32f0ffa74352886eac08dd5e01cfccf881.zip |
Added missing header to MutexProtocol.cpp
Diffstat (limited to 'cpp/src/IceUtil/MutexProtocol.cpp')
-rw-r--r-- | cpp/src/IceUtil/MutexProtocol.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/src/IceUtil/MutexProtocol.cpp b/cpp/src/IceUtil/MutexProtocol.cpp index a0c7138ee50..564bee3be3f 100644 --- a/cpp/src/IceUtil/MutexProtocol.cpp +++ b/cpp/src/IceUtil/MutexProtocol.cpp @@ -1,3 +1,11 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** #include <IceUtil/MutexProtocol.h> |