summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Random.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-03-23 13:02:09 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-03-23 13:02:09 +0000
commitcd3cf489b5d1e5ddf2cfdf3312f78c34de742bca (patch)
tree1b8e8947b502265ff253419a25d2158e5cd7eee3 /cpp/include/IceUtil/Random.h
parentFix (diff)
downloadice-cd3cf489b5d1e5ddf2cfdf3312f78c34de742bca.tar.bz2
ice-cd3cf489b5d1e5ddf2cfdf3312f78c34de742bca.tar.xz
ice-cd3cf489b5d1e5ddf2cfdf3312f78c34de742bca.zip
Fix
Diffstat (limited to 'cpp/include/IceUtil/Random.h')
-rw-r--r--cpp/include/IceUtil/Random.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Random.h b/cpp/include/IceUtil/Random.h
index c2ef54889c5..2666c86a772 100644
--- a/cpp/include/IceUtil/Random.h
+++ b/cpp/include/IceUtil/Random.h
@@ -31,7 +31,6 @@ private:
};
ICE_UTIL_API void generateRandom(char*, int);
-ICE_UTIL_API void generateRandomAndGetPid(char*, int, char*);
ICE_UTIL_API int random(int);
}