sources from main repository

This commit is contained in:
Guenter Obiltschnig
2006-12-22 09:51:53 +00:00
parent 3b39691a00
commit bb11cbaf29
740 changed files with 744 additions and 749 deletions

View File

@@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/Main/Foundation/samples/NotificationQueue/Makefile#5 $
# $Id: //poco/1.3/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/1.3/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#10 $
// $Id: //poco/1.3/Foundation/samples/NotificationQueue/src/NotificationQueue.cpp#1 $
//
// This sample demonstrates the NotificationQueue, ThreadPool,
// FastMutex and ScopedLock classes.