Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Sources/ProcessNV.cp
/* _________________________________________________________________________________________________________ // |
Copyright © 1992 Apple Computer, Inc. All rights reserved. |
Macintosh Developer Technical Support.C++ Macintosh Toolbox Framework. |
Date: Monday, August 10, 1992 1:17:29 |
Revision comments are at the end of this file. |
--- |
TProcess is a Process Manager class. |
ProcessNV.cp contains the SLM constructor/destructor and other non-virtual function information. |
_________________________________________________________________________________________________________ */ |
// Include files |
#ifndef _PROCESS_ |
#include "Process.h" |
#endif |
#ifndef __LIBRARYMANAGERUTILITIES__ |
#include <LibraryManagerUtilities.h> |
#endif |
// Library statements |
#pragma library id="slm:dtsl$", version=00.00.01 |
#pragma class name=TProcess, id=kTProcessID, parent=kTDynamicID, flags=newobject |
// _________________________________________________________________________________________________________ // |
// TRandom class member function implementations |
// CONSTRUCTORS & DESTRUCTORS |
TProcess::TProcess() |
// Constructor, we are not doing anything inside this one just now. |
{ |
} |
TProcess::~TProcess() |
// Destructor, we are not doing anything inside this one just now. |
{ |
} |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14