mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
synchronized trunk
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Application.h
|
||||
//
|
||||
// $Id: //poco/Main/Util/include/Poco/Util/Application.h#14 $
|
||||
// $Id: //poco/Main/Util/include/Poco/Util/Application.h#15 $
|
||||
//
|
||||
// Library: Util
|
||||
// Package: Application
|
||||
@@ -371,6 +371,9 @@ private:
|
||||
static Application* _pInstance;
|
||||
|
||||
friend class LoggingSubsystem;
|
||||
|
||||
Application(const Application&);
|
||||
Application& operator = (const Application&);
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Subsystem.h
|
||||
//
|
||||
// $Id: //poco/Main/Util/include/Poco/Util/Subsystem.h#3 $
|
||||
// $Id: //poco/Main/Util/include/Poco/Util/Subsystem.h#4 $
|
||||
//
|
||||
// Library: Util
|
||||
// Package: Application
|
||||
@@ -107,6 +107,10 @@ protected:
|
||||
/// Destroys the Subsystem.
|
||||
|
||||
friend class Application;
|
||||
|
||||
private:
|
||||
Subsystem(const Subsystem&);
|
||||
Subsystem& operator = (const Subsystem&);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user