mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-11 04:35:57 -06:00
Add headers
This commit is contained in:
parent
cba1f6a687
commit
2c88377476
@ -1,3 +1,16 @@
|
|||||||
|
/*++
|
||||||
|
|
||||||
|
Copyright (c) Microsoft. All rights reserved.
|
||||||
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
ContainerEventTracker.cpp
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Contains the implementation of ContainerEventTracker.
|
||||||
|
|
||||||
|
--*/
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
#include "ContainerEventTracker.h"
|
#include "ContainerEventTracker.h"
|
||||||
#include "WSLAVirtualMachine.h"
|
#include "WSLAVirtualMachine.h"
|
||||||
|
|||||||
@ -1,3 +1,16 @@
|
|||||||
|
/*++
|
||||||
|
|
||||||
|
Copyright (c) Microsoft. All rights reserved.
|
||||||
|
|
||||||
|
Module Name:
|
||||||
|
|
||||||
|
ContainerEventTracker.h
|
||||||
|
|
||||||
|
Abstract:
|
||||||
|
|
||||||
|
Contains the definition for ContainerEventTracker.
|
||||||
|
|
||||||
|
--*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "ServiceProcessLauncher.h"
|
#include "ServiceProcessLauncher.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user