Commit 98245af5 authored by claes's avatar claes

wb_login moved to co

parent 505439c8
/* /*
* Proview $Id: co_login_motif.cpp,v 1.1 2008-06-24 06:51:43 claes Exp $ * Proview $Id: co_login_motif.cpp,v 1.2 2008-06-25 12:32:46 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <Mrm/MrmPublic.h> #include <Mrm/MrmPublic.h>
#include <X11/Intrinsic.h> #include <X11/Intrinsic.h>
#include "wb_login_msg.h" #include "co_login_msg.h"
#include "co_login_motif.h" #include "co_login_motif.h"
#include "co_api.h" #include "co_api.h"
#include "co_dcli.h" #include "co_dcli.h"
......
/* /*
* Proview $Id: wb_motif.cpp,v 1.4 2008-06-24 07:43:53 claes Exp $ * Proview $Id: wb_motif.cpp,v 1.5 2008-06-25 12:33:10 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include "co_msg.h" #include "co_msg.h"
#include "co_cdh.h" #include "co_cdh.h"
#include "co_dcli.h" #include "co_dcli.h"
#include "co_user.h"
#include "co_wow_motif.h" #include "co_wow_motif.h"
#include "wb.h" #include "wb.h"
#include "wb_ldhld.h" #include "wb_ldhld.h"
...@@ -286,7 +287,7 @@ WbMotif::WbMotif( int argc, char *argv[]) ...@@ -286,7 +287,7 @@ WbMotif::WbMotif( int argc, char *argv[])
if ( !login_display) { if ( !login_display) {
char msg[80]; char msg[80];
sprintf( msg, "User %s logged in", login_prv.username); sprintf( msg, "User %s logged in", CoLogin::username());
MsgWindow::message( 'I', msg); MsgWindow::message( 'I', msg);
strcpy( title, "PwR Development "); strcpy( title, "PwR Development ");
......
/* /*
* Proview $Id: wb_uted_motif.cpp,v 1.1 2007-01-04 07:29:02 claes Exp $ * Proview $Id: wb_uted_motif.cpp,v 1.2 2008-06-25 12:33:34 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <string.h> #include <string.h>
#include <string.h> #include <string.h>
#include "wb_login.h" #include "co_login.h"
#include <Xm/Xm.h> #include <Xm/Xm.h>
#include <Mrm/MrmPublic.h> #include <Mrm/MrmPublic.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment