~ubuntu-branches/debian/lenny/linuxdcpp/lenny

« back to all changes in this revision

Viewing changes to client/ClientManagerListener.h

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2006-12-08 15:50:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061208155058-tgl4tv9qhurow54z
Tags: 0.0.1.cvs20061208-1
* New upstream release
* Dropped patch for tightening linking, a solution has been implemented
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
class ClientManagerListener {
27
27
public:
28
28
        virtual ~ClientManagerListener() { }
29
 
        template<int I> struct X { enum { TYPE = I };  };
 
29
        template<int I> struct X { enum { TYPE = I }; };
30
30
 
31
31
        typedef X<0> UserConnected;
32
32
        typedef X<1> UserUpdated;