~pac72/ubuntu/lucid/ddd/devel

« back to all changes in this revision

Viewing changes to ddd/AgentM.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2004-07-22 03:49:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040722034937-cysl08t1jvba4jrx
Tags: 1:3.3.9-3
USERINFO has been renamed to USERINFO.txt; adjust debian/rules code
to match, to get correct information on the About DDD dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $Id: AgentM.h,v 1.15 2000/12/06 10:00:10 zeller Exp $
 
1
// $Id$
2
2
// Agent Manager
3
3
 
4
4
// Copyright (C) 1995 Technische Universitaet Braunschweig, Germany.
33
33
#ifndef _DDD_AgentManager_h
34
34
#define _DDD_AgentManager_h
35
35
 
36
 
#ifdef __GNUG__
37
 
#pragma interface
38
 
#endif
39
 
 
40
36
 
41
37
#include <signal.h>
42
38
#include "config.h"
70
66
    void operator -= (Agent *key);
71
67
 
72
68
private:
73
 
    AgentManager(const AgentManager&): 
74
 
        first(0), old_pipe_handler(0), old_chld_handler(0) { assert(0); }
75
 
    AgentManager& operator = (const AgentManager&) { assert(0); return *this; }
 
69
    AgentManager(const AgentManager&);
 
70
    AgentManager& operator = (const AgentManager&);
76
71
 
77
72
public:
78
73
    DECLARE_TYPE_INFO