Subversion Repositories SmartDukaan

Rev

Rev 779 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 779 Rev 896
Line 28... Line 28...
28
	@Override
28
	@Override
29
	public void closeSession() throws TException {
29
	public void closeSession() throws TException {
30
		// TODO Auto-generated method stub
30
		// TODO Auto-generated method stub
31
		
31
		
32
	}
32
	}
-
 
33
 
-
 
34
	@Override
-
 
35
	public long getAddressId() throws TException {
-
 
36
		// TODO Auto-generated method stub
-
 
37
		return 0;
-
 
38
	}
-
 
39
 
-
 
40
	@Override
-
 
41
	public Address getAddress() throws TException {
-
 
42
		// TODO Auto-generated method stub
-
 
43
		return null;
-
 
44
	}
33
	
45
	
34
}
46
}
35
47