#pragma once #using <mscorlib.dll> #include "StdAfx.h" namespace p4dn { __gc public class KeepAlive { public: virtual bool IsAlive() = 0; }; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 7712 | Jacob Gladish |
Removed license. Need to ensure proper assignment first. |
||
#2 | 7704 | Jacob Gladish | Updated license to freebsd | ||
#1 | 3787 | Jacob Gladish | initial code submission |