trunk/branch integration: source indentation

This commit is contained in:
Marian Krivos
2011-08-22 18:31:43 +00:00
parent a7ef753307
commit eaaaa54a40
7 changed files with 31 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
//
// AbstractCache.h
//
// $Id: //poco/Main/Foundation/include/Poco/AbstractCache.h#17 $
// $Id: //poco/1.4/Foundation/include/Poco/AbstractCache.h#1 $
//
// Library: Foundation
// Package: Cache
@@ -378,4 +378,4 @@ private:
} // namespace Poco
#endif
#endif // Foundation_AbstractCache_INCLUDED

View File

@@ -1,7 +1,7 @@
//
// AbstractDelegate.h
//
// $Id: //poco/svn/Foundation/include/Poco/AbstractDelegate.h#3 $
// $Id: //poco/1.4/Foundation/include/Poco/AbstractDelegate.h#1 $
//
// Library: Foundation
// Package: Events
@@ -69,7 +69,7 @@ public:
}
virtual bool notify(const void* sender, TArgs& arguments) = 0;
/// Returns false, if the Delegate is no longer valid, thus indicating an expire
/// Returns false, if the Delegate is no longer valid, thus indicating an expire.
virtual AbstractDelegate* clone() const = 0;
/// Returns a deep-copy of the AbstractDelegate
@@ -93,4 +93,4 @@ protected:
} // namespace Poco
#endif
#endif // Foundation_AbstractDelegate_INCLUDED

View File

@@ -1,7 +1,7 @@
//
// AbstractPriorityDelegate.h
//
// $Id: //poco/svn/Foundation/include/Poco/AbstractPriorityDelegate.h#2 $
// $Id: //poco/1.4/Foundation/include/Poco/AbstractPriorityDelegate.h#1 $
//
// Library: Foundation
// Package: Events
@@ -106,4 +106,4 @@ protected:
} // namespace Poco
#endif
#endif // Foundation_AbstractPriorityDelegate_INCLUDED

View File

@@ -1,7 +1,7 @@
//
// AccessExpirationDecorator.h
//
// $Id: //poco/svn/Foundation/include/Poco/AccessExpirationDecorator.h#2 $
// $Id: //poco/1.4/Foundation/include/Poco/AccessExpirationDecorator.h#1 $
//
// Library: Foundation
// Package: Events
@@ -102,4 +102,4 @@ private:
} // namespace Poco
#endif
#endif // Foundation_AccessExpirationDecorator_INCLUDED

View File

@@ -1,7 +1,7 @@
//
// AccessExpireCache.h
//
// $Id: //poco/svn/Foundation/include/Poco/AccessExpireCache.h#2 $
// $Id: //poco/1.4/Foundation/include/Poco/AccessExpireCache.h#1 $
//
// Library: Foundation
// Package: Cache
@@ -82,4 +82,4 @@ private:
} // namespace Poco
#endif
#endif // Foundation_AccessExpireCache_INCLUDED

View File

@@ -1,7 +1,7 @@
//
// AccessExpireLRUCache.h
//
// $Id: //poco/svn/Foundation/include/Poco/AccessExpireLRUCache.h#2 $
// $Id: //poco/1.4/Foundation/include/Poco/AccessExpireLRUCache.h#1 $
//
// Library: Foundation
// Package: Cache
@@ -81,4 +81,4 @@ private:
} // namespace Poco
#endif
#endif // Foundation_AccessExpireLRUCache_INCLUDED

View File

@@ -1,7 +1,7 @@
//
// AccessExpireStrategy.h
//
// $Id: //poco/svn/Foundation/include/Poco/AccessExpireStrategy.h#2 $
// $Id: //poco/1.4/Foundation/include/Poco/AccessExpireStrategy.h#1 $
//
// Library: Foundation
// Package: Cache
@@ -90,4 +90,4 @@ public:
} // namespace Poco
#endif
#endif // Foundation_AccessExpireStrategy_INCLUDED