Skip to content

Commit

Permalink
Merge pull request #18954 from kenrowland/HPCC-32332
Browse files Browse the repository at this point in the history
HPCC-32332 Remove Clarion references in hrpc.hpp file

Reviewed-By: Terrence Asselin <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Aug 29, 2024
2 parents 6ccf552 + 3d0c225 commit af2672f
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 af2672f

Please sign in to comment.