erste Methoden testweise erstellt
This commit is contained in:
@@ -4,10 +4,21 @@ namespace inf3
|
|||||||
{
|
{
|
||||||
public class Parser
|
public class Parser
|
||||||
{
|
{
|
||||||
|
private string fromServer;
|
||||||
|
private string toServer;
|
||||||
|
|
||||||
public Parser ()
|
public Parser ()
|
||||||
{
|
{
|
||||||
//TODO: Code.
|
//TODO: Code.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void convertIncoming(string fromServer){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public void convertOutgoing(string toServer){
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user