summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/SafeStdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/SafeStdio.h')
-rw-r--r--cppe/include/IceE/SafeStdio.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/cppe/include/IceE/SafeStdio.h b/cppe/include/IceE/SafeStdio.h
deleted file mode 100644
index 5aa3ac81b93..00000000000
--- a/cppe/include/IceE/SafeStdio.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice-E is licensed to you under the terms described in the
-// ICEE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-#ifndef ICEE_SAFE_STDIO_H
-#define ICEE_SAFE_STDIO_H
-
-#include <IceE/Config.h>
-
-namespace Ice
-{
-
-//
-// This is for two reasons.
-// 1. snprintf is _snprintf under windows.
-// 2. This function ensures the buffer is null terminated.
-//
-ICE_API std::string printfToString(const char*, ...);
-
-}
-
-#endif