Commit 063a0281 authored by garciay's avatar garciay
Browse files

Add missing virtual methods

parent fe5a418c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -73,4 +73,9 @@ void UpperTesterPort::outgoing_send(const LibItsGeoNetworking__TypesAndValues::U

}

void UpperTesterPort::outgoing_send(const LibItsGeoNetworking__TypesAndValues::UtAutoInteropTrigger& send_par)
{

}

} /* end of namespace */
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ protected:
	
	void outgoing_send(const LibItsGeoNetworking__TypesAndValues::UtGnTrigger& send_par);
	
	void outgoing_send(const LibItsGeoNetworking__TypesAndValues::UtAutoInteropTrigger& send_par);
};

} /* end of namespace */