Sauce-0.10.1
A C++ Dependency Injection Framework
Public Member Functions | List of all members
sauce::internal::NullLockFactory Class Reference
Inheritance diagram for sauce::internal::NullLockFactory:
Inheritance graph
[legend]
Collaboration diagram for sauce::internal::NullLockFactory:
Collaboration graph
[legend]

Public Member Functions

sauce::auto_ptr< LockcreateLock ()
 
virtual sauce::auto_ptr< LockcreateLock ()=0
 

Member Function Documentation

◆ createLock()

sauce::auto_ptr< Lock > sauce::internal::NullLockFactory::createLock ( )
inlinevirtual

Implements sauce::internal::LockFactory.

52 {
53 sauce::auto_ptr<Lock> lock(new NullLock());
54 return lock;
55 }

The documentation for this class was generated from the following file: