2006 Copyright Filed by IT GlobalSecure, Inc. All Rights Reserved. Not to be used without authorization by Author. SecurePlay, IT GlobalSecure, and IT Armor are registered trademarks by IT GlobalSecure, Inc. Software protected by software license, and one or more the following U.S. and International patent numbers: U.S. Patent 6,030,288, U.S. Patent 6,165,072, European Patent Office EP1016049A1,and World Intellectual Property Organization WO9912135C1 and additional filings worldwide.
#include <SPTBurstClass.h>
Inheritance diagram for SecurePlayLibrary::SPTBurstClass:

Public Member Functions | |
| SPTBurstClass () | |
| SPTBurstClass (SPGameInterface *gameobj, string master, vector< string > recievers, bool pflag, string transactionID, string AGE, vector< string > transinfo) | |
| SPAbstractTransactionInterface * | APIcreateTransaction (SPGameInterface *gameapiobj, SPMessageClass *message) |
| string | APIgetTransactionType () |
| vector< string > | APIgetTransactionContent () |
Static Public Member Functions | |
| string | gettranstype () |
| SPAbstractTransactionInterface * | createBurst (SPGameInterface *gameobj, string master, vector< string > playerIDList, bool pflag, string AGE, vector< string > transinfo) |
| bool | registerTransaction () |
|
|
Default Constructor |
|
||||||||||||||||||||||||||||||||
|
Constructor.
|
|
||||||||||||
|
Creates a new instance of a MiniBlast class.
Reimplemented from SecurePlayLibrary::SPAbstractTransactionClass. Reimplemented in SecurePlayLibrary::SPTnewGameClass, and SecurePlayLibrary::SPTPlayerJoinClass. |
|
|
This method returns the contents of the Burst Transaction
|
|
|
This method returns a String of the transactiontype.
Reimplemented from SecurePlayLibrary::SPAbstractTransactionClass. Reimplemented in SecurePlayLibrary::SPTnewGameClass, and SecurePlayLibrary::SPTPlayerJoinClass. |
|
||||||||||||||||||||||||||||
|
This method creates a MiniBlast transaction.
|
|
|
This method gets the transaction type.
Reimplemented from SecurePlayLibrary::SPAbstractTransactionClass. Reimplemented in SecurePlayLibrary::SPTnewGameClass, and SecurePlayLibrary::SPTPlayerJoinClass. |
|
|
Registers this transaction.
Reimplemented in SecurePlayLibrary::SPTnewGameClass, and SecurePlayLibrary::SPTPlayerJoinClass. |