// ChangeNode.h: interface for the ChangeNode class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CHANGENODE_H__9026699C_44F9_4D55_A094_DC21078ADD28__INCLUDED_)
#define AFX_CHANGENODE_H__9026699C_44F9_4D55_A094_DC21078ADD28__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "strbuf.h"
#include <stdlib.h>
class ChangeNode
{
public:
ChangeNode(StrBuf);
virtual ~ChangeNode();
StrBuf change;
int value;
ChangeNode* next;
};
#endif // !defined(AFX_CHANGENODE_H__9026699C_44F9_4D55_A094_DC21078ADD28__INCLUDED_)
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #2 | 937 | Sam Stafford |
Renaming my guest directory to the more conventional sam_stafford. |
||
| #1 | 936 | Sam Stafford |
Adding P4HL to the public depot. See relnotes.txt for installation instructions; all relevant files are under p4hl/dist. Source code is under p4hl/src in the form of a VC++ project. |