Subversion Repositories SmartDukaan

Rev

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

Rev 424 Rev 449
Line 169... Line 169...
169
	}
169
	}
170
 
170
 
171
	public void setAuth(Auth auth) {
171
	public void setAuth(Auth auth) {
172
		this.auth = auth;
172
		this.auth = auth;
173
	}
173
	}
-
 
174
	
-
 
175
	public String getUserName(){
-
 
176
		return userinfo.getNameOfUser();
-
 
177
	}
174
}
178
}