synced with main repository

This commit is contained in:
Guenter Obiltschnig
2008-01-28 17:23:19 +00:00
parent fd1d5aed5f
commit da49971d0f
808 changed files with 1154 additions and 892 deletions

View File

@@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/Main/Foundation/samples/NotificationQueue/Makefile#5 $
# $Id: //poco/svn/Foundation/samples/NotificationQueue/Makefile#1 $
#
# Makefile for Poco NotificationQueue
#

View File

@@ -1,7 +1,7 @@
#
# sample.vmsbuild
#
# $Id: //poco/Main/Foundation/samples/NotificationQueue/NotificationQueue.vmsbuild#5 $
# $Id: //poco/svn/Foundation/samples/NotificationQueue/NotificationQueue.vmsbuild#1 $
#
EXE=NotificationQueue
NotificationQueue

View File

@@ -1,7 +1,7 @@
//
// NotificationQueue.cpp
//
// $Id: //poco/Main/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp#11 $
// $Id: //poco/svn/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp#1 $
//
// This sample demonstrates the NotificationQueue, ThreadPool,
// FastMutex and ScopedLock classes.