~ubuntu-branches/ubuntu/hoary/xevil/hoary

« back to all changes in this revision

Viewing changes to cmn/role.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron Lehmann
  • Date: 2003-06-21 22:57:26 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030621225726-8x0skadbjmlr3fa4
Tags: 2.02r2-2
Fix a memory leak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
539
539
 
540
540
 
541
541
public:
542
 
  Server(Boolean localHuman,char *portName,LocatorP);
 
542
  Server(Boolean localHuman,const char *portName,LocatorP);
543
543
  /* EFFECTS: Create a server that listens for connections on given port.
544
544
     If NULL is passed in, use XETP::DEFAULT_PORT. */
545
545