~ubuntu-branches/ubuntu/raring/openwalnut/raring

« back to all changes in this revision

Viewing changes to src/core/common/WSharedObjectTicket.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Eichelbaum
  • Date: 2012-12-12 11:26:32 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20121212112632-xhiuwkxuz5h0idkh
Tags: 1.3.1+hg5849-1
* Minor changes compared to 1.3.0 but included several bug fixes.
* See http://www.openwalnut.org/versions/4

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
// the shared object class needs protected access to create new instances
46
46
friend class WSharedObject< Data >;
47
47
public:
48
 
 
49
48
    /**
50
49
     * Destroys the ticket and releases the lock.
51
50
     */
68
67
    }
69
68
 
70
69
protected:
71
 
 
72
70
    /**
73
71
     * Create a new instance. It is protected to avoid someone to create them. It locks the mutex.
74
72
     *