⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pprocess.h

📁 opal的ptlib c++源程序 可以从官方网站上下载
💻 H
字号:
/*
 * pprocess.h
 *
 * Operating System process (running program) class.
 *
 * Portable Windows Library
 *
 * Copyright (c) 1993-1998 Equivalence Pty. Ltd.
 *
 * Copyright (c) 1993-1999 ISDN Communications Ltd
 *
 */

#ifndef _PPROCESS

#ifndef __NUCLEUS_MNT__
#pragma interface
#endif

#include <ptlib/syncpoint.h>

PDICTIONARY(PXFdDict,    POrdinalKey, PThread);


///////////////////////////////////////////////////////////////////////////////
// PProcess

#include "../../pprocess.h"

public:
  void SignalTimerChange();

    virtual void PXOnSignal(int);
    void         PXCheckSignals();

  static void PXShowSystemWarning(PINDEX code, const PString & str);
  virtual void _PXShowSystemWarning(PINDEX code, const PString & str);

protected:
  int pxSignals;
  void CreateConfigFilesDictionary();
  PAbstractDictionary * configFiles;
  void DoArgs(void);
};

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -