Corrected date format and removed unwanted spaces across all files.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
* File: ZenvyController.cpp
|
* File: ZenvyController.cpp
|
||||||
* Description : Controls data flow between UI and Service Layers.
|
* Description : Controls data flow between UI and Service Layers.
|
||||||
* Author: Trenser
|
* Author: Trenser
|
||||||
* Created : 01-04-2026
|
* Created : 01-Apr-2026
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ZenvyController.h"
|
#include "ZenvyController.h"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* File: ZenvyController.h
|
* File: ZenvyController.h
|
||||||
* Description : Controls data flow between UI and Service Layers.
|
* Description : Controls data flow between UI and Service Layers.
|
||||||
* Author: Trenser
|
* Author: Trenser
|
||||||
* Created : 01-04-2026
|
* Created : 01-Apr-2026
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* File: DataStore.cpp
|
* File: DataStore.cpp
|
||||||
* Description: Central Storage for all the System Data.
|
* Description: Central Storage for all the System Data.
|
||||||
* Author: Trenser
|
* Author: Trenser
|
||||||
* Created: 01-04-2026
|
* Created: 01-Apr-2026
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "DataStore.h"
|
#include "DataStore.h"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* File: DataStore.h
|
* File: DataStore.h
|
||||||
* Description: Central Storage for all the System Data.
|
* Description: Central Storage for all the System Data.
|
||||||
* Author: Trenser
|
* Author: Trenser
|
||||||
* Created: 01-04-2026
|
* Created: 01-Apr-2026
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* File: Factory.h
|
* File: Factory.h
|
||||||
* Description: Provides a generic factory utility to create shared_ptr instances of objects.
|
* Description: Provides a generic factory utility to create shared_ptr instances of objects.
|
||||||
* Author: Ajmal J S
|
* Author: Ajmal J S
|
||||||
* Created: 01-04-2026
|
* Created: 01-Apr-2026
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
Reference in New Issue
Block a user