Skip to content

Commit

Permalink
HPCC-32332 Remove Clarion reference in hrpc.hpp file
Browse files Browse the repository at this point in the history
Removed clarion interfaces that are no longer in use

Signed-Off-By: Kenneth Rowland [email protected]
  • Loading branch information
kenrowland committed Aug 5, 2024
1 parent 5713cdd commit 3d0c225
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions system/hrpc/hrpc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,27 +193,6 @@ struct HRPCcallframe
Mutex *sync;
};


extern "C" {

interface HRPCI_Clarion_Module
{
virtual void _stdcall Link() const=0;
virtual int _stdcall Release() const=0;
virtual void _stdcall FreeMem(void *ref)=0;
};

interface HRPCI_Clarion_Transport
{
virtual void _stdcall Link() const =0;
virtual int _stdcall Release() const =0;
virtual IHRPCtransport * _stdcall GetTransport()=0;
};

}



// ----------------------------------------------

enum HRPC_ERROR_CODES {
Expand Down

0 comments on commit 3d0c225

Please sign in to comment.