Skip to content
Snippets Groups Projects
Commit 08ea2e06 authored by rswindell's avatar rswindell
Browse files

Changed get/putnodedat methods to public.

parent b555e508
No related branches found
No related tags found
No related merge requests found
......@@ -94,12 +94,13 @@ __published: // IDE-managed Components
void __fastcall UserMsgButtonClick(TObject *Sender);
void __fastcall RefreshMenuItemClick(TObject *Sender);
private: // User declarations
int __fastcall getnodedat(int node_num, node_t* node, bool lockit);
int __fastcall putnodedat(int node_num, node_t* node);
public: // User declarations
__fastcall TNodeForm(TComponent* Owner);
TMainForm* MainForm;
int __fastcall getnodedat(int node_num, node_t* node, bool lockit);
int __fastcall putnodedat(int node_num, node_t* node);
};
//---------------------------------------------------------------------------
extern PACKAGE TNodeForm *NodeForm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment